Skip to main content
POST
JavaScript

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

The axon identifier.

Body

application/json
statements
object[]
required

The SQL statements to execute atomically within a transaction.

Response

200 - application/json

OK

results
object[]
required

One result per statement, in order.